Allow components to un-register from a typed events registered with the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.
public void Unsubscribe<T>(
EventHandler<T> onEventExecuted
)
Public Sub Unsubscribe(Of T As EventArgs)( _
ByVal onEventExecuted As EventHandler(Of T) _
)
public:
void Unsubscribegeneric<typename T>
(
EventHandler<T^>^ onEventExecuted
)
where T: EventArgs
onEventExecuted
A callback that is used when calling the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.
T
The type of the event the component is wants to unsubscribe from.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document